treelistrowsorter: Fix a faulty example
authorMatthias Clasen <mclasen@redhat.com>
Thu, 16 Jul 2020 02:13:36 +0000 (22:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 16 Jul 2020 11:14:01 +0000 (07:14 -0400)
commit500dbaabc37b40c5e57f1e6343e893f57fbf004c
tree0c241331454f7c2b5c02cd1bcbb18179fbcdd5c8
parent594ec3d8225f2f73269be3d9346a380b1f8300e6
treelistrowsorter: Fix a faulty example

gtk_tree_list_row_sorter_new() consumes the
sorter, so we can't pass gtk_column_view_get_sorter(),
since that is transfer none.
gtk/gtktreelistrowsorter.c